Int16NINumericInt16NLogicalExclusiveOr Method

Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.LogicalExclusiveOr(
	Int16N value
)

Parameters

value  Int16N
The value with which to compute the logical exclusive OR.

Return Value

Int16N
The bitwise logical exclusive OR of the current value and value.

Implements

INumericTSelfLogicalExclusiveOr(TSelf)

See Also